Skip to main content
POST
/
api
/
v2
/
analytics
/
farm
/
compare
Compare multiple specific flocks Body: { flockIds: ["id1", "id2", "id3"], cyc...
curl --request POST \
  --url http://localhost:3000/api/v2/analytics/farm/compare \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "flockIds": "<string>",
  "cycleId": "<string>"
}
'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Body

application/json
flockIds
string

flockIds — see API source for exact type.

cycleId
string

cycleId — see API source for exact type.

Response

OK

message
string
data
object